By freelylw on
can anybody tell me how to display the youtube video on my site ?? I have copy the link into the content body. but only there is a link showing there. no video... please help.
Thank you very much.
can anybody tell me how to display the youtube video on my site ?? I have copy the link into the content body. but only there is a link showing there. no video... please help.
Thank you very much.
Comments
Example:
Example: http://www.zoologie.de/grzimek/node/353
You just need to switch to full HTML to get embedded videos.
Did you copy the embedded code or the link? You need to copy the embedded code otherwise it's just a link ;)
googtube
Try http://drupal.org/project/googtube
It automatically embeds youtube or google video links.
You need to add object tag in your HTML
using
tag can solve your problem. For example: Use <> and /> for start and end: start object width="425" height="350" start param name="movie" value="http://www.youtube.com/v/gquUW1u-BN0" end param tag start param name="wmode" value="transparent" end param tag start embed src="http://www.youtube.com/v/gquUW1u-BN0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350" end embed tag end object tag Subrata Das Tekriti SoftwareUse the php setting
Hey instead of using the html setting by filters use the php setting. Works for me.
Try Video CCK
If you want a few more options then you could also try the Video CCK module. Or you can look at the two methods I used in my recent screencast.
http://learn.awakenedvoice.com/2007/06/11/embedding-video-in-drupal/
Rob Safuto
Social Media Services
http://www.awakenedvoice.com
hi, i just copy the embed
hi, i just copy the embed code into the post and then select the full html. the video is showing ok on the full post.
but the problam is there is nothing showing on the teaser. only white frame....what's wrong with this ???
thank you very much.
solved. just set unlimited
solved. just set unlimited for the lengh of the post is ok.